-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
U/yoachim/fo plot fix #417
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will tag rubin_scheduler so the necessary ddf_locations_pre3_5 is available.
@@ -486,7 +486,7 @@ def ddfBatch( | |||
for f in filterlist: | |||
fieldsqls[f] = sqls[f] | |||
else: | |||
fieldsql = f"note like '%{fieldname}%'" | |||
fieldsql = f"scheduler_note like '%{fieldname}%'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one we could use "target_name", but scheduler_note works too.
@@ -144,7 +144,7 @@ def glanceBatch( | |||
bundle_list.append(bundle) | |||
|
|||
# alt az of long gaps | |||
sql = "note = 'long'" | |||
sql = "scheduler_note = 'long'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sigh, I see your point about scheduler_note vs note being embedded in many places.
And true, a whole separate colmap just for this one change is likely overkill.
ec1479b
to
71f3610
Compare
Fix so FO plot is generated again. Add a switch so
ddf_batch
can be run using older coordinates.